Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
EigrpNeighborTable Class Reference

EigrpNeighborTable holds the EIGRP neighbor table. More...

Public Member Functions

int getNeighborCount ()
 Returns the number of neighbors in the table. More...
 
EigrpNeighbor getNeighborAt (int)
 Returns the neighbor at the specified index. More...
 
EigrpNeighbor getNeighborByIp (ip)
 Returns the neighbor with the specified IP address. More...
 

Detailed Description

EigrpNeighborTable holds the EIGRP neighbor table.

Member Function Documentation

◆ getNeighborAt()

EigrpNeighbor EigrpNeighborTable::getNeighborAt ( int  )

Returns the neighbor at the specified index.

Parameters
index,theindex of the neighbor of interest.
Returns
EigrpNeighbor, the EigrpNeighbor at the specified index.

◆ getNeighborByIp()

EigrpNeighbor EigrpNeighborTable::getNeighborByIp ( ip  )

Returns the neighbor with the specified IP address.

Parameters
ipAddress,theIP address of the neighbor of interest.
Returns
EigrpNeighbor, the EigrpNeighbor with the specified IP address.

◆ getNeighborCount()

int EigrpNeighborTable::getNeighborCount ( )

Returns the number of neighbors in the table.

Returns
int, the number of neighbors in the table.

The documentation for this class was generated from the following file: